home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso / handson / Delphi / delph142.exe / ThRunStop / thrs.dfm / thrs.txt
Encoding:
Text File  |  1998-01-06  |  668 b   |  40 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 196
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   OnActivate = FormActivate
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Edit1: TEdit
  15.     Left = 153
  16.     Top = 32
  17.     Width = 121
  18.     Height = 24
  19.     TabOrder = 0
  20.   end
  21.   object RunBtn: TButton
  22.     Left = 112
  23.     Top = 80
  24.     Width = 89
  25.     Height = 33
  26.     Caption = 'Run'
  27.     TabOrder = 1
  28.     OnClick = RunBtnClick
  29.   end
  30.   object StopBtn: TButton
  31.     Left = 232
  32.     Top = 80
  33.     Width = 89
  34.     Height = 33
  35.     Caption = 'Stop'
  36.     TabOrder = 2
  37.     OnClick = StopBtnClick
  38.   end
  39. end
  40.